From e07e2f9e6fa89bf88680a70091f9e2515a41faa3 Mon Sep 17 00:00:00 2001 From: Michael Tokarev Date: Tue, 24 Feb 2026 10:19:30 +0300 Subject: [PATCH] check for openat2 Gbp-Pq: Name check-for-openat2.patch --- lib/replace/wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/replace/wscript b/lib/replace/wscript index 58f1f794..a380a9ac 100644 --- a/lib/replace/wscript +++ b/lib/replace/wscript @@ -423,6 +423,7 @@ def configure(conf): conf.CHECK_FUNCS('asprintf vasprintf setenv unsetenv strnlen strtoull __strtoull') conf.CHECK_FUNCS('strtouq strtoll __strtoll strtoq memalign posix_memalign') conf.CHECK_FUNCS('fmemopen renameat2') + conf.CHECK_FUNCS('openat2') if conf.CONFIG_SET('HAVE_MEMALIGN'): conf.CHECK_DECLS('memalign', headers='malloc.h') -- 2.30.2